DAOS-18943 build: Upgrade SPDK dependency to v26.01#18172
Draft
DAOS-18943 build: Upgrade SPDK dependency to v26.01#18172
Conversation
|
Ticket title is 'Upgrade SPDK to v26.01' |
- Update SPDK version from v24.09 to v26.01 - Remove obsolete patches (already in v26.01 upstream) - Update daos-spdk package version to 3.0.0 Features: full_regression Signed-off-by: Tom Nabarro <thomas.nabarro@hpe.com>
- Complete API compatibility analysis - No code changes required - All APIs updated in v24.09 are compatible - Removed APIs not used by DAOS - Ready for testing
DAOS builds ISA-L and ISA-L-crypto separately and needs SPDK to use those external libraries instead of building its own. Changes: - Add 0001_external_isal_v26.01.patch * Adds --with-isal and --with-isal-crypto configure options * Skips building isalbuild/isalcryptobuild when paths provided * Based on v24.09 patch but updated for v26.01 structure - Update build.config to reference new patch - Update changelog The SCons configuration already passes: --with-isal=$ISAL_PREFIX --with-isal-crypto=$ISAL_CRYPTO_PREFIX This allows DAOS to control ISA-L versions independently.
Comprehensive analysis showing: - v26.01 patch 78% smaller (79 vs 362 lines) - v26.01 modifies 85% fewer files (2 vs 13 files) - Same functionality, cleaner SPDK architecture - Side-by-side comparison of changes
51f355d to
94d0fab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features: full_regression
Steps for the author:
After all prior steps are complete: